Bitly API Introduction
access tokenを発行する
アカウントのパスワードが必要となった
使い方:ヘッダーにAuthorization: Bearer {token}
POST /v4/shorten
A successful response will return the shortened link in the link object.
この例ではhttps://dev.bitly.com/を短縮しているが、bitly.comドメインはブランディングの一環でbitly.isに短縮されるらしい
domainを指定できない
Web UIでも「Customize back half」が無効